/* Footer ================================================================================ */

#footer {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    margin: 2px;
    margin-top: 4%;
}

#footer:before{
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;

 }

#footer h5.heading {
    color: #3e3e3e;
    font-family: Roboto, Arial, Verdana, sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 12px;
    margin: 0;
    text-transform: uppercase;
}

#footer h5.heading i {
    display: none;
}

#footer a:hover {
    text-decoration: none;
}

#footer a,
#footer li {
    color: #e1e1e1;
}

#footer .footer-top {
    background-color: #3c3c3c;
    padding-left: 200px;
    padding-top: 60px;
    padding-right: 200px;
    padding-bottom: 50px;
    position: relative;
    border-bottom: 1px solid rgb(49, 49, 49);
    font-family: Roboto, Arial, Verdana, sans-serif;
}

#footer .footer-top:before {
    /*background-image: url('../images/texture.jpg');
    content: '';
    height: 154px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;*/
}

#footer .footer-middel {
    background: #3c3c3c;
    padding: 20px;
    border-bottom: 1px solid rgb(49, 49, 49);
    font-family: Roboto, Arial, Verdana, sans-serif;
}

#footer .footer-bottom {
    background-color: #3e3e3e;
    padding: 3px;
}

#footer .footer-bottom img {
    height: 30px;
    margin: 5px;
}

/* Customer service */
#footer .content ul {
    margin-top: 10px;
    text-transform: uppercase;
}

#footer .row li {
    margin: 0 0 5px 0;
}

/* Newsletter */
#newsletter-validate-detail p {
    margin: 6px 0;
}

#newsletter {
    width: 200px;
    margin-left: 20px;
    background-color: #383838;
    border: 0;
    padding: 12px 10px 11px;
    font-family: Roboto, Arial, Verdana, sans-serif;
    color: #e1e1e1;
}

.newsletter-caption {
    font-family: Roboto, Arial, Verdana, sans-serif;
    color: #e1e1e1;
    font-size: 18px;
    vertical-align: middle;
}

#newsletter .footer-bottom {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    font-size: 11px;
}

#footer .button {
    background-color: #6d6c6c;
    margin-left: -3px;
    padding: 12px 11px 11px;
}


#footer .btn-newsletter {
    background-color: #6d6c6c;
    margin-left: -3px;
    padding: 12px 11px 11px;
}

#copyright {
    padding: 10px 15px 0 0;
}

#copyright,
#footer-bottom-menu,
#footer-bottom-menu li,
#footer-bottom-menu li a {
    float: left;
}

#footer-bottom-menu a {
    padding: 10px;
}

#footer-bottom-menu li:last-child a {
    background: none;
}

/* Vaimo link */
#vaimo {
    float: right;
    color: #d2d2d2;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

#vaimo a {
    color: #d2d2d2;
}

#vaimo a:hover {
    color: #666;
}

/* Social Media*/
.social-media span {
    display: none;
}

.social-media i {
    background: #e1e1e1;
    color: #000000;
    font-size: 18px;
    height: 30px;
    line-height: 18px;
    margin: 0 5px;
    padding: 6px 0;
    text-align: center;
    width: 30px;
    vertical-align: middle;
}

#footer p {
    margin: 10px 0;
}

@media (max-width:430px){
#footer {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    margin: 2px;
    margin-top: 26%;
}}

@media (max-width: 674px) and (min-width: 444px){
#footer {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    margin: 2px;
    margin-top: 21% !important;
}}


